PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / setEnableContentExtraction Method
True if the user can copy or otherwise extract text and graphics from the document, including extracting text and graphics (in support of accessibility to users with disabilities or for other purposes).
In This Topic
    setEnableContentExtraction Method
    In This Topic
    Sets a value indicating whether the user can extract the content of the document.
    If the security handler uses a 128bit key, the user can copy or otherwise extract text and graphics from the document by operations other than that controlled by .
    Syntax
    public void setEnableContentExtraction( 
       boolean value
    )

    Parameters

    value
    True if the user can copy or otherwise extract text and graphics from the document, including extracting text and graphics (in support of accessibility to users with disabilities or for other purposes).
    See Also